vendor/golang.org/x/crypto/chacha20poly1305.xchacha20poly1305.key (field)
8 uses
	vendor/golang.org/x/crypto/chacha20poly1305 (current package)
		chacha20poly1305.go#L36: 	key [KeySize]byte
		chacha20poly1305.go#L45: 	copy(ret.key[:], key)
		chacha20poly1305_amd64.go#L55: 	setupState(&state, &c.key, nonce)
		chacha20poly1305_amd64.go#L71: 	setupState(&state, &c.key, nonce)
		chacha20poly1305_generic.go#L38: 	s, _ := chacha20.NewUnauthenticatedCipher(c.key[:], nonce)
		chacha20poly1305_generic.go#L58: 	s, _ := chacha20.NewUnauthenticatedCipher(c.key[:], nonce)
		xchacha20poly1305.go#L57: 	copy(c.key[:], hKey)
		xchacha20poly1305.go#L79: 	copy(c.key[:], hKey)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |